Addition Assignment Operator (+=) (JScript 5.6)

Adds the value of an expression to the value of a variable and assigns the result to the variable.

result += expression 

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also